home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / science / sm32a.zip / KEYWORD / READCHAR.KEY < prev    next >
Text File  |  1993-11-07  |  313b  |  7 lines

  1. * readchar                          internal
  2. readchar reads a charactor from the keyboard. It is useful to freez
  3. the graphics by readchar. This is similar to pause, but it returns the
  4. charactor from the keyboard as its value.
  5. See also: readchar, readfile, readln, writes.
  6. e.g. graph, line(100,100,300,300), readchar, text
  7.